TableAlignment Enumeration
Represents the horizontal alignment of a table.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum TableAlignment
Public Enumeration TableAlignment
| Left | 0 |
Table aligns to the left margin.
|
| Center | 1 |
Table aligns to the center between left and right margins.
|
| Right | 2 |
Table aligns to the right margin.
|
| Margins | 3 |
Table fills all the space between the left and right margins.
|
| None | 4 |
None.
|